bitkeeper revision 1.946.1.3 (40c9c475sJLMEuc6TqUt-bX6hVFOpQ)
authormjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Fri, 11 Jun 2004 14:40:53 +0000 (14:40 +0000)
committermjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Fri, 11 Jun 2004 14:40:53 +0000 (14:40 +0000)
commit8b980d633cd157fdea71de4e8db397181fa4b678
treeec20982dd89fc7c00f5c267171a7a4ebd36b355b
parent9eb865c5400c6b7eaa59abc207824a0dfb406154
bitkeeper revision 1.946.1.3 (40c9c475sJLMEuc6TqUt-bX6hVFOpQ)

Add source tree for the management utils.
57 files changed:
.rootkeys
BitKeeper/etc/ignore
tools/Makefile
tools/examples/xm_dom_control.py [new file with mode: 0755]
tools/examples/xm_dom_create.py [new file with mode: 0755]
tools/examples/xm_vd_tool.py [new file with mode: 0755]
tools/xenctl/lib/ip.py [new file with mode: 0644]
tools/xenctl/lib/vdisk.py [new file with mode: 0644]
tools/xenctl/setup.py
tools/xend/lib/utils.c
tools/xenmgr/Makefile [new file with mode: 0644]
tools/xenmgr/lib/Args.py [new file with mode: 0644]
tools/xenmgr/lib/EventServer.py [new file with mode: 0644]
tools/xenmgr/lib/EventTypes.py [new file with mode: 0644]
tools/xenmgr/lib/PrettyPrint.py [new file with mode: 0644]
tools/xenmgr/lib/XendClient.py [new file with mode: 0644]
tools/xenmgr/lib/XendConsole.py [new file with mode: 0644]
tools/xenmgr/lib/XendDB.py [new file with mode: 0644]
tools/xenmgr/lib/XendDomain.py [new file with mode: 0644]
tools/xenmgr/lib/XendDomainConfig.py [new file with mode: 0644]
tools/xenmgr/lib/XendDomainInfo.py [new file with mode: 0644]
tools/xenmgr/lib/XendMigrate.py [new file with mode: 0644]
tools/xenmgr/lib/XendNode.py [new file with mode: 0644]
tools/xenmgr/lib/XendRoot.py [new file with mode: 0644]
tools/xenmgr/lib/XendVdisk.py [new file with mode: 0644]
tools/xenmgr/lib/XendVnet.py [new file with mode: 0644]
tools/xenmgr/lib/__init__.py [new file with mode: 0644]
tools/xenmgr/lib/encode.py [new file with mode: 0644]
tools/xenmgr/lib/server/SrvBase.py [new file with mode: 0644]
tools/xenmgr/lib/server/SrvConsole.py [new file with mode: 0644]
tools/xenmgr/lib/server/SrvConsoleDir.py [new file with mode: 0644]
tools/xenmgr/lib/server/SrvConsoleServer.py [new file with mode: 0644]
tools/xenmgr/lib/server/SrvDeviceDir.py [new file with mode: 0644]
tools/xenmgr/lib/server/SrvDir.py [new file with mode: 0644]
tools/xenmgr/lib/server/SrvDomain.py [new file with mode: 0644]
tools/xenmgr/lib/server/SrvDomainDir.py [new file with mode: 0644]
tools/xenmgr/lib/server/SrvEventDir.py [new file with mode: 0644]
tools/xenmgr/lib/server/SrvNode.py [new file with mode: 0644]
tools/xenmgr/lib/server/SrvRoot.py [new file with mode: 0644]
tools/xenmgr/lib/server/SrvServer.py [new file with mode: 0644]
tools/xenmgr/lib/server/SrvVdisk.py [new file with mode: 0644]
tools/xenmgr/lib/server/SrvVdiskDir.py [new file with mode: 0644]
tools/xenmgr/lib/server/SrvVnetDir.py [new file with mode: 0644]
tools/xenmgr/lib/server/__init__.py [new file with mode: 0644]
tools/xenmgr/lib/server/blkif.py [new file with mode: 0755]
tools/xenmgr/lib/server/channel.py [new file with mode: 0755]
tools/xenmgr/lib/server/console.py [new file with mode: 0755]
tools/xenmgr/lib/server/controller.py [new file with mode: 0755]
tools/xenmgr/lib/server/cstruct.py [new file with mode: 0755]
tools/xenmgr/lib/server/messages.py [new file with mode: 0644]
tools/xenmgr/lib/server/netif.py [new file with mode: 0755]
tools/xenmgr/lib/server/params.py [new file with mode: 0644]
tools/xenmgr/lib/sxp.py [new file with mode: 0644]
tools/xenmgr/netfix [new file with mode: 0644]
tools/xenmgr/setup.py [new file with mode: 0644]
tools/xenmgr/xend [new file with mode: 0644]
tools/xenmgr/xenmgrd [new file with mode: 0755]